home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d923.lha / OberonPrefs / InstallOberonPrefs < prev    next >
AmigaDOS Script File  |  1993-10-07  |  2KB  |  48 lines

  1. .key ""
  2. .bra {
  3. .ket }
  4. failat 21
  5. copy clone OberonPrefs(%|.info|.dok|.dok.info|.doc|.doc.info) OBERON:
  6. copy clone (catalogs) all OBERON:
  7. version >NIL: locale.library
  8. if not fail
  9.   copy clone (catalogs) all locale:
  10. endif
  11.  
  12.  
  13. version >nil: oberonsupport.library
  14. if not warn
  15.   echo "You have installed `version oberonsupport.library` "
  16. else
  17.   echo "You haven't installed oberonsupport.library in your system"  
  18. endif
  19. ask "Do you want to install oberonsupport.library 5.0 (Y/N)?"
  20. if warn
  21.   copy libs/(oberonsupport.library) libs: clone
  22. endif
  23.  
  24. version >nil: reqtools.library
  25. if not warn
  26.   echo "You have installed `version reqtools.library` "
  27. else
  28.   echo "You haven't installed reqtools.library in your system"  
  29. endif
  30. ask "Do you want to install reqtools.library 38.1042 (Y/N)?"
  31. if warn
  32.   copy libs/(reqtools.library) libs: clone
  33. endif
  34.  
  35.  
  36. ask "*nWollen Sie die CygnusEd-ARexx-Skripte für die Steuerung*nvon Amiga-Oberon installieren?*nDou you want to install the ARexx scripts to control Amiga-Oberon*nfrom CygnusEd?*n(Y/N)"
  37. if warn
  38.   copy clone rexx all rexx:
  39.   echo "Die ARexx-Skripte benötigen im übrigen die oberonsupport.library...*nThe rexx scripts require the oberonsupport.library, by the way... "
  40.   ask "*nWollen Sie die Funktionstastenbelegung für CygnusEd installieren*n(überschreibt eine bereits bestehende)?*nDo you want to install the function key mapping for*nCygnusEd (will overwrite an existing one)?*n(Y/N)"
  41.   if warn
  42.     copy clone s/(RexxCommands) s:
  43.   endif
  44. endif
  45. echo "Fertig - Finished."
  46.  
  47.  
  48.